libxc: silence HVM domain creation messages
authorMatthew Daley <mattjd@gmail.com>
Wed, 14 Aug 2013 22:20:54 +0000 (10:20 +1200)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 20 Aug 2013 14:23:13 +0000 (15:23 +0100)
commit0cf2554189351848e1fc4eb13607b7d0b0f6d2b1
tree05bfda6093f9ca8c9ac844a9f9f1de1ae47f0562
parent9f01050aca6ea0c6181e53a2ed80b931147c7fcf
libxc: silence HVM domain creation messages

There's no need for xl to output these messages on HVM domain creation
to stderr by default.

Change their loglevels from XTL_INFO to XTL_DETAIL; then the messages
output by xl are the same as those for PV domain creation. These
now-silenced messages can still be seen using verbose (-v) mode.

Signed-off-by: Matthew Daley <mattjd@gmail.com>
tools/libxc/xc_hvm_build_x86.c